projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b70b2dd
)
(detect_coding_mask): Initilize local variable C.
author
Kenichi Handa
<handa@m17n.org>
Tue, 2 Jun 1998 03:54:18 +0000
(
03:54
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 2 Jun 1998 03:54:18 +0000
(
03:54
+0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 1bdac41c7865e7d3c91d949c013312a8ff7c711c..5e16250ce40826448e70c7edec0264ae6f698595 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-3206,6
+3206,7
@@
detect_coding_mask (source, src_bytes, priorities, skip)
/* We found nothing other than ASCII. There's nothing to do. */
return 0;
+ c = *src;
/* The text seems to be encoded in some multilingual coding system.
Now, try to find in which coding system the text is encoded. */
if (c < 0x80)